home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / inc30.zip / SWITCH.DOC < prev    next >
Text File  |  1993-02-09  |  2KB  |  52 lines

  1. Switch
  2.  
  3. Switch is a utility that should be run in your event.sys or the $$LOGOFF.BAT
  4. file to ensure that all users names are written as thier real names and 
  5. security levels. This needs to be accomplished only when a user logs off the
  6. BBS while using his alias name. Since this cannot be guaranteed each time,
  7. you should run switch each night.
  8.  
  9.  
  10. ! IMPORTANT !
  11.  
  12. RNBB SUGGESTS THAT YOU RUN SWITCH IN THE $$LOGOFF.BAT FILE SINCE THIS
  13. GUARANTEES THAT THE USER WILL BE SWITCHED BACK IMMEDIATELY. A sample 
  14. $$logoff.bat file is included.
  15.  
  16.  
  17. (DO NOT ATTEMPT TO PERFORM ANY USER FILE OPERATIONS SUCH AS SORTING WITHOUT
  18. FIRST RUNNING SWITCH).
  19.  
  20. If you sort or update your users file in an event make sure you run switch
  21. first. Its that simple.
  22.  
  23. While running switch, If you have sorted your users file first and switch
  24. does not find the appropriate name in the PCBNDX file, you will be notified
  25. and no action takes place on that name. 
  26.  
  27. Switch is very easy to use. Switch can be run from a batch file such as your
  28. event.sys file or it can be run from the command line.
  29.  
  30. To begin, Place the Switch.exe file in your INCOGNITO Directory. The command 
  31. to run switch is SWITCH and the complete path to your Node 1 PCBOARD.DAT file.
  32. Switch must be in the same directory as your INC.CNF file.
  33.  
  34.        Sample Batchfile method
  35.        
  36.        CD \PCB\DOORS\INC
  37.        SWITCH C:\PCB\PCBOARD.DAT
  38.        CD (etc....)
  39.  
  40. Switch will locate any users that have logged off the system using thier alias
  41. name and change thier Name back to thier real name, Change thier Security level
  42. back to thier Previous level, and switch thier conference back to conference 0.
  43. (Main Board)
  44.  
  45. The only change in the switch program is that it is also around 300% faster 
  46. and approximately 25% smaller.
  47.  
  48. Switch 3.0 is not compatible with earlier versions of Incognito and will only
  49. work version 3.0 and above.
  50.  
  51.  
  52.